/*
* @Author: Administrator
* @Date:   2017-06-09 11:18:36
* @Last Modified by:   Administrator
* @Last Modified time: 2017-07-25 10:36:35
*/
*{
	margin:0;
	padding:0;
}

body{		
    font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
    

}
img{
	margin:0;
	padding:0;
	border:0;
	max-width: 100%;
	height: auto;
}
li{
	list-style:none;
}
a{
	text-decoration: none;
	color:#3f3f3f;

}
a:hover{ 
	text-decoration:none;
	color:#3f3f3f;
}
a:focus{
    outline: 0;
}

button:focus{
	border:0;
	outline: 0;
}
input,textarea,select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
	zoom:1;
}
.clear:after{
	content:'';
	display: block;
	clear:both;
}
.fl{
	float:left;
	
}
.fr{
	float:right;
	
}



#header{
	width:100%;
    position: absolute;
    top:0;
    width:100%;
    z-index: 999;
    background: #034792;
}
.header-inner{
	max-width:1280px;
	margin:0 auto; 
    padding:18px 0;
    height:56px;
}
.header-inner .logo
.header-inner .logo img{
	vertical-align: middle;
}
.header-r .zy{
	text-align: right;
}
.header-r .zy a{
    background: url(../images/zw.png) no-repeat left center;
    width:20px;
    height: 14px;
    display: inline;
    padding-left: 22px;
    font-size:14px;
    color:#fff;
    line-height: 30px;
	margin-left:12px;
}
.header-r .zy a.yw{
    background: url(../images/yw.png) no-repeat left center;
}
.header-r h2{
	background: url(../images/tel.png) no-repeat left 5px;
	font-size:15px;
	color:#fff;
	font-weight: normal;
	padding-left:22px;
	padding-top:5px;
}

#nav{
	background: rgba(0,0,0,0.5);
	height: 60px;
    position: absolute;
    top:92px;
    width:100%;
    z-index: 999;
}
.nav-inner{
	max-width: 1280px;
	margin:0 auto;
}
.nav-inner ul li{
    float: left;
    margin:0;
    position: relative;
}
.nav-inner ul li a.act{
	display: block;
	line-height: 60px;
	text-align: center;
	padding:0 40px;
	color:#fff;
}
.nav-inner ul li a.act2{
    /* background: rgba(0,0,0,0.6); */
    background: rgba(153,153,153,0.6);
}
.nav-inner ul li a.act:hover{
	/* background:rgba(0,0,0,0.6); */
    background:  rgba(153,153,153,0.6);
}
.nav-inner ul li a.current{
	/* background: rgba(0,0,0,0.6); */
    background: rgba(153,153,153,0.6);
}
.nav-inner ul li .menu2 {
    /* background: rgba(0,0,0,0.7); */
    background: rgba(153,153,153,0.6);
    /* background-color: rgba(255, 255, 255, 0.8); */
    min-width: 400px;
    padding: 10px;
    min-height: 150px;
    z-index: 9999;
    position: absolute;
    padding-left: 28px;
    display: none;
}
.nav-inner ul li:hover .menu2{
	display: block;
}
.nav-inner ul li .menu2 ul {
    width: 90px;
}
.nav-inner ul li:nth-child(4) .menu2{
	min-width: 460px;
}
.nav-inner ul li:nth-child(4) .menu2 ul{
	width:auto;
}
.nav-inner ul li .menu2 ul li{
	float:none;
}
.nav-inner ul li .menu2 ul li a {
    color: #fff;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size:14px;
}
.nav-inner ul li .menu2 ul li a:hover{
	text-decoration:underline;
}

.nav-inner ul li .menu2 .line-a1 {
    margin: 0 20px;
    width: 10px;
    height: 150px;
    background: url(../images/line-a1.png) no-repeat;
    display:none;
    

}
.nav-inner ul li .menu2 .pic-a1{
    position: relative;
}
.nav-inner ul li .menu2 .pic-a1 img {
   width: 210px;
    height: 140px;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-left: 39px;
    
}
.header2{display: none;}




#banner{position: relative;overflow: hidden;clear: both;margin-top:92px;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
#banner .item{
    /* height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -moz-calc(100vh - 40px);
    height: -ms-calc(100vh - 40px);
    height: -o-calc(100vh - 40px); */
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height:620px;
}
#banner .item .inner *{
    display: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#banner .slick-current .inner *{display: block;}

#banner .item .bannerTxt2{
	width:387px;
	height: 168px;
	background: rgba(255,255,255,0.4);
	padding:44px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-128px;
	margin-left:-640px;
}
#banner .item .bannerTxt2 h1{
	font-size:28px;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	
}
#banner .item .bannerTxt2 span{
	font-size:16px;
	color:#fff;
	font-weight: bold;
	display: inline-block;
}
#banner .item .bannerTxt2 span:after{
	width:50px;
	height:2px;
	background: #fff;
	float: left;
	content:'';
	margin:10px 10px 0 20px;
}
#banner .item .bannerTxt2 p{
	font-size:15px;
	color:#fff;
	line-height: 26px;
	padding-top:8px;
}
#banner .item .bannerTxt2 .mor{
	font-size:14px;
	color:#fff;
	background: url(../images/ico1.png) no-repeat right center;
	margin-top:15px;
}
#banner .item .bannerTxt2 .mor:after{
	content: "";
	height:0;
	width:0;
	float: none;
}



#banner .slick-next,#banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;z-index: 100;
    width: 96px;height: 96px;font-size: 0;line-height: 0;line-height: 999;
    border: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    cursor: pointer;
    display: none !important;
}
#banner .slick-prev{left: -47px;background-image: url(../images/arr-l.png);background-position: 17px center;}
#banner .slick-prev:hover{background-image: url(../images/arr-l-1.png);}
#banner .slick-next{right: -47px;background-image: url(../images/arr-r.png);background-position: -17px center;}
#banner .slick-next:hover{background-image: url(../images/arr-r-1.png);}

#banner .slick-dots{position: absolute;left: 0;bottom:0px;width: 100%;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 13px;}
#banner .slick-dots li button{display: block;width: 200px;height: 14px;padding: 0;
    font-size: 0;line-height: 0;text-indent: 999px;/*background: transparent; border-radius: 50%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    /* border: 2px #fff solid; */
    cursor: pointer;
    border:0;
    background: rgba(255,255,255,0.5);
}
#banner .slick-dots li.slick-active button{background: #4276b9}

.single-item{
    display: none !important;
}
.pro1-box{
    width:100%;
    overflow: hidden;
    /* padding-top:5px; */
}
.pro1 {
    padding:40px 0;
}
.pro1 .pro-list1{
    position: relative;
    margin:0 5px;
}
.pro1 .pro-list1 a{
    display: block;

}
.pro1{
    display: none;

}
/* .pro1 .slick-slide:nth-child(4n){
    margin-right:0;
} */
.pro-list1 img{
    width:100%;
    height: 100%;
}
.pro-list1 .text{
  /*   background: url(../images/bg1.png) repeat; */
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.pro-list1 .text-inner{
    position: absolute;
    top:50%;
    margin-top:-65px; 
    left:0;
    right: 0;
}
.pro-list1 .text img{
    width:auto;
    height:59px;
    margin:0 auto;
    display: block;
    /* padding-top:15px; */
}
.pro-list1 .text h1{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight:normal;
    text-align: center;
    padding-top:20px;
}
.pro-list1 .text h2{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight:normal;
    text-align: center;
    padding-top:12px;
}

.pro1 .slick-dots li{
    font-size: 0;
    display: inline-block;
    margin:0 10px;
    cursor:pointer;
}
.pro1 .slick-dots li button{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d7d7d7;
    border:0;
    font-size:0;
    cursor: pointer;
}
.pro11{
    display: block;
    margin:0 -5px;
    padding:0;
}
.pro11 .slick-prev,.pro11 .slick-next{
    width:26px;
    height: 39px;
    position: absolute;
    top:50%;
    margin-top:-20px;
    z-index: 999;
    border:0;
    font-size:0;
    cursor: pointer;
}
.pro11 .slick-prev{
    background: url(../images/prev2.png) no-repeat;
    left:5px;
}
.pro11 .slick-next{
    background: url(../images/next2.png) no-repeat;
    right:5px;
}
.pro1 .slick-dots li.slick-active button{
    background: #4276b9;
}
#wrap{
    width:100%;
}
.wrap-inner{
    max-width:1280px;
    margin:0 auto;
}
.title{
    /* display: table; */
    text-align: center;
    margin:0 auto;
    padding-top:78px;
    background: url(../images/bg2.png) no-repeat bottom center;
    padding-bottom:15px;
    width:352px;
}
.title h1{
    color:#474747;
    font-size:34px;
    line-height: 60px;
    font-weight: normal;
}
.title h1 strong{
    /* color:#4276b9; */
    color:#474747;
    font-weight: normal;
}
.title span{
    color:#a6a6a6;
    font-size:16px;
    padding:0 0 10px 0;
    text-transform: uppercase;
}

.hy{
    padding-top:77px;
	padding-left:6%;
	padding-right:6%;
	box-sizing:border-box;
}
.hy .hy-list1{
    padding:0 40px;
}
.hy .hy-list1 .pic{
    display: block;
    width:130px;
    height:146px;
    margin:0 auto;
}
.hy .hy-list1 .pic img{
    display: block;
        width: 100%;
    margin: 0 auto 0;
    height: 100%;
}
.hy .hy-list1 .text h1{
    color:#333;
    font-size:16px;
    font-weight: normal;
    padding-bottom:8px;
    padding-top:12px;
    text-align: center;
}
.hy .hy-list1 .text p{
    color:#666;
    font-size:14px;
    font-weight: normal;
    padding-bottom:10px;
    text-align: center;
    line-height: 1.8;
}

.hy  .slick-prev,.hy .slick-next{
    width:26px;
    height:39px;
    display: block;
    border:0;
    font-size:0;
    position: absolute;
    top:50%;
    margin-top:-18px;
    z-index: 9;
    cursor:pointer;
}
.hy .slick-prev{
    background: url(../images/prev2.png) no-repeat;
    left:-12px;
    top:15.5%;

}
.hy .slick-next{
    background: url(../images/next2.png) no-repeat;
    right:-12px;
    top:15.5%;
}
.hy .hy-list1 .pic:hover img{
    animation: flipInY 1s;
    -ms-animation: flipInY 1s;
    -moz-animation: flipInY 1s;
    -webkit-animation: flipInY 1s;
    -o-animation: flipInY 1s;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.news{
    padding:40px 0 125px 0;
    margin:0 -10px;
}
.news .news-list{
    -webkit-box-shadow:0 0 12px 3px rgba(0,0,0,.15);  
    -moz-box-shadow:0 0 12px 3px rgba(0,0,0,.15);  
    box-shadow:0 0 12px 3px rgba(0,0,0,.15); 
    float:left;
    margin:10px 14px 10px 14px;
}
.news .news-list .pic{
    max-width: 406px;
    max-height:264px;
    display: block;
    overflow: hidden;

}
.news .news-list .pic img{
    width:100%;
    height:100%;
    display: block;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
   
}
.news .news-list .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.news .news-list .text{
    padding:25px 10px ;
    background: #fff;
}
.news .news-list .text h1{
    font-size:16px;
    color:#5a5a5a;
    font-weight: bold;
    margin-bottom:8px;
    padding-left:10px;
}
.news .news-list .text span{
    font-size:13px;
    color:#666;
    font-weight: normal;
    padding-left:10px;

}
.news .news-list .text p{
    font-size:14px;
    color:#666;
    font-weight: normal;
    line-height: 24px;
    padding-top:5px;
    padding-bottom:20px;
    border-bottom:1px dashed #e2e2e2;
    padding-left:10px;
	height:34px;
	overflow:hidden;
}
.news .more{
    display: block;
    margin:0 auto;
    width:150px;
    height:36px;
    line-height: 36px;
    text-align: center;
    background:#f7f7f7;
    border:1px solid #d9d9d9;
    color:#888;
    font-size:14px;
    border-radius: 23px;
    margin-bottom:60px;
}
.news .more:hover{
    background: #4276b9;
    color:#fff;
    border:0;
}
.news .slick-next,.news .slick-prev{
    display: none !important;
}
.news .slick-dots li{
    font-size: 0;
    display: inline-block;
    margin:0 5px;
    cursor:pointer;
}
.news .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d7d7d7;
    border:0;
    font-size:0;
    cursor: pointer;
}
.news .slick-dots li.slick-active button{
    background: #4276b9;
}
.hz{
   /*  padding:0 0 140px 0; */
    margin-top:60px;
    padding-bottom:140px;
    overflow: hidden;
}
.hz .responsive2{
    margin:0 -15px;
}
.hz .hz-list1{
    margin:0 15px;
    width:230px;
    height:106px;
}
.hz .hz-list1 img{
   display: block;
   width:100%;
   height: 100%;
}
.hz .slick-prev,.hz .slick-next{
    width:18px;
    height:28px;
    display: block;
    border:0;
    font-size:0;
    position: absolute;
   /*  top:50%; */
    /* margin-top:-14px; */
    z-index: 9;
    cursor:pointer;
}
.hz .slick-prev{
    background: url(../images/prev3.png) no-repeat;
    left:50%;
    bottom:-90px;
    margin-left: -14px;
}
.hz .slick-next{
    background: url(../images/next3.png) no-repeat;
    right:50%;
    bottom:-90px;
    margin-right: -30px;
}

#footer{
    width:100%;
    background: #034792;

}
.footer-inner{
    max-width:1280px;
    margin:0 auto;
}
.footer-t{
    padding-top:60px;
}
.footer-t .fo-l{
    width:140px;
    float:left;
}
.footer-t .fo-l img{
    display: block;
    width:134px;
    height:134px;
    margin:0 auto;
}
.footer-t .fo-l span{
    color:#fff;
    font-size:14px;
    padding-top:20px;
    display: block;
    text-align: center;
}
.footer-t .fo-c{
    float: left;
    width: 915px;
    margin-left: 20px;

}
.footer-t .fo-c dl{
    float: left;
    margin:0 32px;
}
.footer-t .fo-c dl dt{
    font-size:14px;
    font-weight: bold;
    color:#fff;
    margin-bottom:20px;
}
.footer-t .fo-c dl dd a{
    font-size:14px;
    font-weight: normal;
    color:#fff;
    margin-bottom:12px;
    display: inline-block;
}
.footer-t .fo-r{
    float:right;
}
.footer-t .fo-r h1{
    font-size:20px;
    color:#fff;
    font-weight:bold;
    background:url(../images/tel2.png) no-repeat left center;
    padding-left:60px;
    line-height: 45px;
}
.footer-t .fo-r .fx span{
    display: inline-block;
    font-size:14px;
    color:#fff;
    margin:10px 8px 0 0;
}
.footer-t .fo-r .fx .bdsharebuttonbox{
    padding-top:0;
}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
    width:32px;
    height:32px !important;
    padding-left:3px !important;
}
.footer-b{
    text-align: center;
    font-size:14px;
    color:#fff;
    padding:60px 0 30px 0;
}
.footer-b a{
    text-align: center;
    font-size:14px;
    color:#fff;
}

#about-box{
    width:100%;
    background: url(../images/about-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    min-height: 858px;
    margin-top:92px;
}
.about-inner{
    max-width: 1280px;
    margin:0 auto;
    padding-top:165px;
}
.about-l{
    width:305px;
}
.ab-lt{
    text-align: right;
    padding-bottom:15px;
}
.ab-lt h1{
    color:#4276b9;
    font-size:24px;
    font-weight: bold;
    line-height: 40px;
}
.ab-lt span{
    color:#4276b9;
    font-size:16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-right:15px;
}
.about-l .ab-lb{
    background:#4276b9;
    padding:40px 30px 50px 30px;
    height:400px;
}
.about-l .ab-lb h1{
    font-size:20px;
    color:#fff;
    font-weight: bold;
    padding-bottom:25px;

}
.about-l .ab-lb h1:after{
    content:"";
    width:54px;
    height:3px;
    background-color: #fff;
    display: block;
    margin-top:20px;
}
.about-l .ab-lb p{
    font-size:15px;
    color:#fff;
    font-weight: normal;
    line-height: 28px;
    height:254px;
    overflow: hidden;
    margin-bottom:30px;
}
.about-l .ab-lb span{
    font-size:15px;
    color:#fff;
    display: inline-block;
    background:url(../images/more.png) no-repeat right center;
    line-height: 20px;
    padding-right:20px;

}
.about-r ul li h1{
    font-size:20px;
    color:#4276b9;
    font-weight: bold;
    padding-bottom:25px;

}
.about-r ul li h1:after{
    content:"";
    width:54px;
    height:3px;
    background-color: #4276b9;
    display: block;
    margin-top:20px;
}
.about-r{
    width:970px;
    margin-left:5px;
}
.about-r ul li{
    width:313px;
    padding:5px;
    float: left;
    position: relative;
}
.about-r ul li a{
    display: block;
    background:rgba(255,255,255,0.6);
    height:220px;
    padding:30px;
}
.about-r ul li a:hover{
    opacity: 0.8;
}
.about-r ul li img{
    position: absolute;
    top:0;
    height:0;
    width:100%;
    height:100%;
    margin:-30px;
}
.about-r ul li dl {
    width:184px;
    padding-top:10px;
}
.about-r ul li dl dd{
    display: inline-block;
    font-size:15px;
    color:#333;
    line-height: 26px;
    margin-right:30px;
}
.about-r ul li:nth-child(2) a{
    background:url(../images/about1.jpg) no-repeat;
}
.about-r ul li:nth-child(4) a{
    background:url(../images/about2.jpg) no-repeat;
}
.about-r ul li:nth-child(5) a{
    background:url(../images/about3.jpg) no-repeat;
}
.about-r ul li:nth-child(6) a{
    background:#4276b9;
}
.about-r ul li:nth-child(2) h1,.about-r ul li:nth-child(6) h1{
    color: #fff;
}
.about-r ul li:nth-child(2) h1:after,.about-r ul li:nth-child(6) h1:after{
    background: #fff;
}
.about-r ul li:nth-child(3) .mor{
    width:100%;
    height:120px;
    border:1px solid #fff;
    position: relative;
}
.about-r ul li:nth-child(3) span{
    color:#4276b9;
    font-size:15px;
    display: block;
    text-align: center;
    background:url(../images/more2.png) no-repeat bottom center;
    height:40px;
    position: absolute;
    top:50%;
    width:100%;
    margin-top:-20px;
}
.about-r ul li:nth-child(6) .mor{
    width:100%;
    height:120px;
    border:1px solid #fff;
    position: relative;
}
.about-r ul li:nth-child(6) span{
    color:#fff;
    font-size:15px;
    display: block;
    text-align: center;
    background:url(../images/more.png) no-repeat bottom center;
    height:40px;
    position: absolute;
    top:50%;
    width:100%;
    margin-top:-20px;
}


#ban {
    height: 618px;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
 #ban2{
    display: none;
 }
 #ban .location{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    height:56px;
 }
  #ban .location .location-inner{
    max-width: 1280px;
    margin:0 auto;
  }
#ban .location .location-inner a{
    font-size:14px;
    color:#fff;
    line-height: 56px;

}
#ban .location .location-inner a:hover{
    color:#4276b9;
}
#ban .location .location-inner a.cur{
    color:#4276b9;
}

#content{
    width:100%;
}
.content-inner{
    max-width: 1280px;
    margin:0 auto;
    min-height: 780px;
}
.nav-bar{
    width: 100%;
    border-bottom:1px solid #4276b9;
}
.nav-bar-inner{
    max-width: 1280px;
    margin:0 auto;
}
.nav-bar li{
    float: left;
    padding:10px 0 4px 0;

}
.nav-bar li:after{
    display: block;
    content: '';
    width: 1px;
    height: 26px;
    background-color: #ddd;
    float: right;
    margin-top:-40px;
}
.nav-bar li:first-child:before { 
    display:block; 
    content:'';  
    width: 1px;
    height: 26px;
    background-color:#ddd;
    float:left;
    margin-top:15px; 
}
.nav-bar li.cur .txt{
    border-bottom: 3px solid #4276b9;
    color:#4276b9;
}
.nav-bar li a:hover .txt{
    border-bottom: 3px solid #4276b9;
    color:#4276b9;
    
}
.nav-bar li a .txt{
    color:#333;
    font-size:16px;
    display:block;
    width:162px;
    height:54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 3px solid #fff;
    margin:0 10px;
}
.navigation{
    display: none;
}
.hz2{
    padding-top:60px;
    padding-bottom:100px;
}
.hz2 li{
    float:left;
    margin:25px 17px;
    border:3px solid #e9e9e9;
    width:280px;
    height:129px;
}
.hz2 li:hover{
    border:3px solid #4276b9;
}
.hz2 li img{
    display: block;
    width:100%;
    height:100%;
}
.ry{
    margin:0 -26px;
    padding-top:40px;
    padding-bottom:80px;
}
/* .ry li{
    float:left;
    width:278px;
    height:130px;
    border:1px solid #cacaca;
    margin:25px 26px;
} */
.ry li img{
    display: block;
    width:100%;
    height: auto;
}
.content_li_p{
    color: #333;
    font-size: 15px;
    line-height: 36px;
    padding: 0 5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #cacaca;
    box-sizing: border-box;
    text-align: center;
}
.ry li:hover{
    border:1px solid #4276b9;
}
.wh {
    padding-top:115px;
    padding-bottom:100px;
}
.wh li{
    float: left;
    display: inline-block;
    margin-left:75px;
    width:13%;
}
.wh li img{
    display: block;
    width:100%;
    height: auto;
}
.wh li:nth-child(even){
    margin-top:150px;
}

.news2{
    padding:0 10px;
    margin:0 -26px;
}
.news2 li{
    width:385px;
    float:left;
    margin:70px 26px 0 26px;
    padding-bottom:10px;
}
.news2 li a{
    display: block;
    width:385px;
    height:177px;
    overflow: hidden;
}
.news2 li a img{
    display: block;
    width:100%;
    height:100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
   
}
.news2 li a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news2 li .txt h1{
    color:#333;
    font-size:16px;
    font-weight: normal;
    padding:10px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news2 li .txt p{
    color:#747474;
    font-size:14px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom:15px;
    height: 78px;
    overflow: hidden;
}
.news2 li .txt i{
    display: inline-block;
    width:108px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background:#4276b9;
    font-style: normal;
    color:#fff;
    font-size: 14px;
}
.news2 li .txt span{
    display: inline-block;
    font-size:14px;
    color:#333;
    padding-left:15px;
}

.page{
    text-align: center;
    padding:60px 0 80px 0;
}
.page a{
    padding:5px 10px;
    margin:0 4px;
    display:inline-block;
    border:1px solid #fff;
    font-size:14px;
    color:#545454;
}
.page a.act{
    background-color: #f0f0f0;
    border:1px solid #c9c9c9;
    color:#4276b9;
}
.page a:hover{
    background-color: #f0f0f0;
    border:1px solid #c9c9c9;
    color:#4276b9;
}


.title3{
    border-bottom:1px solid #e5e5ed;
    padding-bottom:15px;
    padding-top:60px;
    margin-bottom:50px;
}
.title3 h1{
    color:#313131;
    font-size:20px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom:12px;
}
.title3 h1:before{
    content:"";
    float: left;
    display:block;
    width:2px;
    height:30px;
    background-color: #313131;
    margin-right:5px;
}
.title3 .tit-b{
    display: inline-block;
}
.title3 .tit-b span{
    color:#d4d4d5;
    font-size:14px;
    background:url(../images/li-bg2.png) no-repeat left center;
    line-height: 26px;
    padding-left:20px;
    margin-right:20px;
}
.title3 .tit-b em{
    color:#d4d4d5;
    font-size:14px;
    background:url(../images/li-bg3.png) no-repeat left center;
    line-height: 26px;
    padding-left:25px;
    margin-right:20px;
    display: inline-block;
    font-style: normal;
}


.share-tsina .jtico {
    background: url(../images/li-bg4.png) no-repeat 14px center !important;
    color: #f26d7e;
    border: 1px solid #f26d7e;
    line-height: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
    border-radius: 14px;
    padding: 2px 15px !important;
    margin-right: 12px !important;
    width: 82px;
    text-align: right !important;
}
.share-weixin .jtico {
    background: url(../images/li-bg5.png) no-repeat 14px center !important;
    color: #72ca5a;
    border: 1px solid #72ca5a;
    line-height: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
    border-radius: 14px;
    padding: 2px 15px !important;
    margin-right: 12px !important;
    width: 82px;
    text-align: right !important;
}
.jtico_jiathis{
    background:  url(../images/li-bg6.png) no-repeat center center !important;
    line-height: 28px !important;
    height: 28px !important;
    padding:2px 0;
}
.jiathis_style{
    right:0 !important;
}

.pro2 {
    padding:100px 0 80px 0;
}
.pro2 .pro2-l{
    width:710px;
}
.pro2 .pro2-l h1{
    font-size:22px;
    color:#3f3f3f;
    text-align: center;
    font-weight: normal;
    margin-bottom:40px;

}
.pro2 .pro2-l p{
    font-size:15px;
    color:#333;
    line-height: 26px;
    height:150px;
    overflow: hidden;
    margin-bottom:40px;
}
.pro2 .pro2-l span{
    color:#4276b9;
    font-size:14px;
    border:1px solid #4276b9;
    border-radius:14px;
    background: url(../images/li-bg7.png) no-repeat 80px center;
    width: 90px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding-left: 16px;
}

.pro2-r{
    width:530px;
}
.pro2-r img{
    display: block;
    /* margin-left:120px; */
	width:100%;
	height:100%;
}
.pro3 img{
    margin:0 0 0 30px;
}
.pro3 .pro2-l{
    width:670px;
}

.title4{
    width:100%;
    border-bottom:3px solid #d0d0d0;
    padding:44px 0 25px 0;
    margin-bottom:40px;
}
.title4-inner{
    max-width:1280px;
    margin:0 auto;

}
.title4-inner h1{
    font-size:18px;
    color:#4276b9;
    line-height: 30px;
    font-weight:normal;
    display: inline-block;
}
.title4-inner h1:before{
    content:"";
    float:left;
    display:block;
    width:6px;
    height:30px;
    background: #4276b9;
    margin-right:10px;
}
.title4-inner span{
    font-size:14px;
    color:#666;
    line-height: 48px;
    font-weight:normal;
    display: inline-block;
    float:right;
}

.page2{
    padding:12px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-top:60px;
}
.page2 span{
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    background: #f2f2f2;
    line-height: 30px;
    padding:0 0 0 8px;
    color:#333;
	box-sizing:border-box;
}
.page2 span a{
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    background: #fff;
    line-height: 30px;
    padding:0 8px;
    color:#4276b9;
    padding-left:15px;
    display: block;
    float:right;
    max-width:530px;
}
.page2 .fr{
    text-align: right;
}

.bdsharebuttonbox{
    padding-top:30px;
}
/* .bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
    margin:0 -5px 0 0 !important;
} */


.hy2{
    padding-top:100px;
    padding-bottom:50px;
}
.hy2 li{
    width:350px;
    float:left;
    margin:0 38px 75px 38px;
    
}
.hy2 li:hover{
    -webkit-box-shadow:0 0 12px 3px rgba(0,0,0,.15);  
    -moz-box-shadow:0 0 12px 3px rgba(0,0,0,.15);  
    box-shadow:0 0 12px 3px rgba(0,0,0,.15); 
}
.hy2 li a.pic{
    width:350px;
    height:212px;
    overflow: hidden;
    display: block;
}
.hy2 li a img{
    width:100%;
    height:100%;
    display: block;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
   
}
.hy2 li a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.hy2 li .txt{
    border:1px solid #d1d1d1;
    padding-bottom: 30px;
}
.hy2 li .txt h1{
    font-size:18px;
    color:#3f3f3f;
    padding:20px 15px 15px 15px;
    border-bottom:1px solid #d1d1d1;
    display: table;
    margin: 0 auto 10px auto;
	height:25px
}
.hy2 li .txt span{
    color:#9d9d9d;
    font-size:14px;
    padding:8px 40px;
    border:1px solid #d1d1d1;
    display: table;
    margin: 0 auto;
}
.hy2 li .txt a:hover span{
    background: #4276b9;
    border:1px solid #4276b9;
    color:#fff;
}

.xm .tit{
    color:#3f3f3f;
    font-size:28px;
    font-weight: bold;
    padding:80px 0 0 0;
}
.xm .xm-inner{
    margin-top:70px;
}
.xm .xm-inner .xm-l{
    width:535px;
    padding: 60px 0;
    background: #4276b9;
    height: 233px;
}
.xm .xm-inner .xm-l h1{
    font-size:22px;
    color:#fff;
    display: inline-block;
    padding:10px 38px;
    background: #034792;
    font-weight:normal;
}
.xm .xm-inner .xm-l p{
    font-size:15px;
    color:#fff;
    line-height: 32px;
    padding:30px 60px 0 38px;
}
.xm .xm-inner .xm-r{
    height:353px;
    width:745px;
}
.xm .xm-inner .xm-r img{
    width:100%;
    height: 100%;
    display: block;
}
.xm .xm-inner2 .xm-r{
    width:898px;
    margin-bottom:100px;
}
.xm .xm-inner2 .xm-l{
    width:382px;
}
.xm .xm-inner2 .xm-l h1{
    margin-left:196px;
}
.xm .xm-inner2 .xm-l p {
    padding: 30px 32px 0 32px;
}

.cs{
    padding-top:80px;
}
.cs li{
    text-align:center; 
    display:table;
    position:relative; 
    overflow:hidden;
    margin-bottom:50px;
}
.cs li img{
    *position:relative; 
    vertical-align:top;
    left:-50%;
    top:-50%;
}
.cs li p{
    font-size:18px;
    color:#333;
    display: inline-block;
    line-height: 50px;
    text-align: left;
	height:100px;
   
    padding-left:20px;
}
.content-inner1 p img{
	width:100%;
}
/* .cs li p:before{
    float:left;
    content:"";
    display:block;
    width:2px;
    height:90px;
    background: #4276b9;
    margin:0 20px 0 0;
} */
.cs li span{
    display:table-cell; 
    vertical-align:middle;
    *position:absolute;
    left:50%;
    top:50%;
    width:148px;
    padding-right:40px;
	border-right:2px solid #4276b9;
}


.ys {
    margin:60px auto 80px auto;
    width:1103px;
}
.ys li{
    float:left;
    margin:0 65px;
}
.ys li span{
    width: 147px;
    height: 110px;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 72px;
    line-height: 24px;
    margin:0 auto;
}
.ys li:hover span{
    animation: flipInY 1s;
    -ms-animation: flipInY 1s;
    -moz-animation: flipInY 1s;
    -webkit-animation: flipInY 1s;
    -o-animation: flipInY 1s;
}
.ys li p{
    font-size:14px;
    color:#666;
    line-height: 24px;
    text-align: center;
    padding-top:30px;
}
.ys li:nth-child(1) span{
    background: url(../images/ico21.png) no-repeat center center;
}
.ys li:nth-child(2) span{
    background: url(../images/ico22.png) no-repeat center center;
}
.ys li:nth-child(3) span{
    background: url(../images/ico23.png) no-repeat center center;
}

.xz{
    padding-top:40px;
}
.xz li{
    background: url(../images/xz.jpg) no-repeat left 40px;
    padding-left:90px;
    padding-bottom:30px;
    border-bottom:1px dashed #d8d8d8;
    padding-top:40px;
}
.xz li h1{
    font-size:16px;
    color:#1a1a1a;
    font-weight: normal;
    margin-bottom:10px;
}
.xz li .txt{
    margin-bottom:25px;
}
.xz li .txt span{
    color:#a5a5a5;
    display:inline-block;
    font-size:13px;

}
.xz li .txt span:nth-child(2) {
    margin-left:20px;

}
.xz li .mor{
    background: #4276b9;
    font-size:14px;
    color:#fff;
    padding:5px 18px;
    display: inline-block;
}
.xz li a:hover h1{
    color:#4276b9;
}

.map-l{
    width:373px;
    height:390px;
    background: #4276b9;
    padding:45px 26px;
    float:left;
}
.map-l h1{
    color:#fff;
    font-size:20px;
    font-weight: normal;
    margin-bottom:40px;
}
.map-l p{
    color:#fff;
    font-size:15px;
    font-weight: normal;
    line-height: 30px;
}
.map-r{
    float:left;
    width:855px;
}
.map{
    padding-top:100px;
}


.picMarquee-left{ width:1280px;  overflow:hidden; position:relative;padding-top:40px; }
.picMarquee-left .bd{  }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{
    width:316px;
    height: 190px;
    margin:0 5px;
    overflow: hidden;
}
.picMarquee-left .bd ul li .pro-list3{
    width:316px;
    height: 190px;
    position: relative;
}

.picMarquee-left .bd ul li .pro-list3 img{
    width:100%;
    height: 100%;

}
.picMarquee-left .bd ul li .pro-list3 .text{
  /*   background: url(../images/bg1.png) repeat; */
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.picMarquee-left .bd ul li .pro-list3 .text-inner{
    position: absolute;
    top:50%;
    margin-top:-65px;
    left:0;
    right:0;

}
.picMarquee-left .bd ul li .pro-list3 .text img{
    width:auto;
    height:59px;
    margin:0 auto;
    display: block;

}
.picMarquee-left .bd ul li .pro-list3 .text h1{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight:normal;
    text-align: center;
    padding-top:20px;
}
.picMarquee-left .bd ul li .pro-list3 .text h2{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight:normal;
    text-align: center;
    padding-top:12px;
}

.nav-bar2 {
	display:none;
}


